dsh-desktop-tools:为 dsh 补齐桌面窗口、环境面板与代码编辑器
`dsh-desktop-tools` 是一个基于 TypeScript 编写的 DSH 环境管理插件,采用 MIT 许可证。该插件在 DSH“一切皆插件”模式下,将桌面窗口、运行时管理、平台兼容、计费查看及文件编辑整合为统一功能。安装后,`dsh web` 可自动获取 Tauri 桌面宿主并打开窗口(支持 Win/macOS/Linux),用户可通过 `--no-desktop` 参数禁用自动开窗。插件提供核心功能:包括通过快捷键或菜单打开的环境面板(显示宿主状态、运行时、平台兼容及 DeepSeek 官方计费摘要)、运行时一键更新入口、仅限 Windows 生效的平台自动适配、以及内置代码
Read Moregameswu/dsh-plugin-vscode-sidebar: Adding a VSCode-style Workbench to DSH Web
`gameswu/dsh-plugin-vscode-sidebar` is a client-side plugin for DSH Web, designed to address the issue of context fragmentation caused by multiple scattered windows during coding. This plugin integrates VSCode-style functionalities into the DSH Web interface, featuring a right sidebar and bottom panels, with support for session isolation. Core functionalities include: a file explorer with lazy loading and icon display, supporting Git status markings; a Monaco-based editor offering full language syntax highlighting, Markdown preview, and KaTeX formula support; a source code management panel with diff statistics, branch switching, and lane diagrams; a real terminal and embedded sandbox browser based on xterm.js; and a task manager for viewing Subagent topology and streaming output of background tasks. Plugin settings take effect immediately, and the interface language follows
Read More